home *** CD-ROM | disk | FTP | other *** search
- light("spot_spotmap")
- {//tylko dla drzew
- pass()
- {
- Pixelshader("Spot1Tex_B.psh")
- tmu()
- {
- texgen("spotlight")
- texture()
- {
- spotmap()
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip") //FIXIT
- }
- }
-
- tmu()
- {
- texgen("spotlight_z_att")
- texture()
- {
- image("spot_z.png")
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
-
- tmu()
- {
- TexMod("rotate", "sin", 0, 3, 0.1, "sin", 0, 2.7, 0.11)
- Texture()
- {
- Mapchannel(0)
- Image(TEXTURE1)
- addressfunc("clamp", "clamp", "clamp")
- }
- }
-
- tfactor(1,1,1,0)
- colorgen("tfactor", "user", 0,0,0, "none", 0,0,0)
-
- blendfunc("one", "one")
- depthfunc("lequal", 0)
-
- blackfog()
- }
- }
-
-